翻訳と辞書
Words near each other
・ Mirrodin
・ Mirron (Mike) Alexandroff
・ Mirrool
・ Mirrool Creek
・ Mirror
・ Mirror (Charles Lloyd album)
・ Mirror (D'espairsRay album)
・ Mirror (dinghy)
・ Mirror (disambiguation)
・ Mirror (Emitt Rhodes album)
・ Mirror (Gackt song)
・ Mirror (Graham Central Station album)
・ Mirror (Lil Wayne song)
・ Mirror (multimedia project)
・ Mirror (Pakistani magazine)
Mirror (programming)
・ Mirror (The Rapture album)
・ Mirror (Transformers)
・ Mirror 16
・ Mirror and comb (Pictish symbol)
・ Mirror armour
・ Mirror Awards
・ Mirror ball
・ Mirror Ball (Neil Young album)
・ Mirror Ball (song)
・ Mirror Ball Tour
・ Mirror Ball – Live & More
・ Mirror Blue
・ Mirror box
・ Mirror butterflyfish


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Mirror (programming) : ウィキペディア英語版
Mirror (programming)
In computer programming, a mirror is a reflection mechanism that is completely decoupled from the object whose structure is being introspected. This is as opposed to traditional reflection, for example in Java, where one introspects an object using methods from the object itself (e.g. getClass()).
Mirrors adhere to the qualities of encapsulation, stratification and ontological correspondence.〔Gilad Bracha and David Ungar, ("Meta-level Facilities of Object-Oriented Programming languages" )〕
== Benefits ==
Decoupling the reflection mechanism from the objects themselves allows for a few benefits:
* The object's interface is not polluted, so there is no danger of breaking reflection by overriding a reflective method.
* There can be different mirror systems.
* The mirror system can be removed entirely (potentially allowing for optimizations).
* A mirror system can operate on remote code, since it is not coupled with a particular machine.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Mirror (programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.